home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Graphics / Ghostscript / source / rm_one.com < prev    next >
Text File  |  1997-05-14  |  224b  |  8 lines

  1. $ ! OpenVMS command file to emulate behavior of:
  2. $ !
  3. $ !     Define the command for deleting (a) file(s) (including wild cards)
  4. $ !
  5. $ DELETE="DELETE/LOG"
  6. $ FILE = F$SEARCH("''P1'")
  7. $ IF "''FILE'" .NES. "" THEN DELETE 'FILE'
  8.